projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6f6761
)
* time-date.el (decoded-time-period): Rename TIME in docstring
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 10 Jul 2022 18:55:02 +0000
(20:55 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 10 Jul 2022 23:05:06 +0000
(
01:05
+0200)
lisp/calendar/time-date.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/time-date.el
b/lisp/calendar/time-date.el
index d19134db832b107193c5c6e2d679c60f3b99612a..d1afd8ce95a03a0b68a8f77b418d20812a0869c5 100644
(file)
--- a/
lisp/calendar/time-date.el
+++ b/
lisp/calendar/time-date.el
@@
-590,7
+590,7
@@
TIME is modified and returned."
time)
(defun decoded-time-period (time)
- "Interpret
DECODED
as a period and return its length in seconds.
+ "Interpret
TIME
as a period and return its length in seconds.
For computational purposes, years are 365 days long and months
are 30 days long."
(+ (if (consp (decoded-time-second time))